File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed
Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 1616
1717source $ABOUT_ROOT_DIR /bin/activate
1818
19- $ABOUT_ROOT_DIR /bin/about-code " $@ "
19+ $ABOUT_ROOT_DIR /bin/about " $@ "
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ goto about
2929
3030:about
3131call %ABOUT_ROOT_DIR% \Scripts\activate
32- echo %ABOUT_ROOT_DIR% \bin\about-code %CMD_LINE_ARGS%
33- %ABOUT_ROOT_DIR% \bin\about-code %CMD_LINE_ARGS%
32+ echo %ABOUT_ROOT_DIR% \bin\about %CMD_LINE_ARGS%
33+ %ABOUT_ROOT_DIR% \bin\about %CMD_LINE_ARGS%
3434
3535:EOS
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ def read(*names, **kwargs):
7979 },
8080 entry_points = {
8181 'console_scripts' : [
82- 'about-code =attributecode.cmd:cli' ,
82+ 'about=attributecode.cmd:cli' ,
8383 ]
8484 },
8585)
Original file line number Diff line number Diff line change @@ -90,7 +90,7 @@ def cli():
9090
9191Read, write and collect provenance and license inventories from .ABOUT files to and from JSON or CSV files.
9292
93- Use about-code <command> --help for help on a command.
93+ Use about <command> --help for help on a command.
9494 """
9595
9696
You can’t perform that action at this time.
0 commit comments