Skip to content

Commit

Permalink
change --file-path to --output-path
Browse files Browse the repository at this point in the history
  • Loading branch information
includeamin authored and FlorianLudwig committed Mar 9, 2021
1 parent 17f71e5 commit be9ef86
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pax_express_client/files/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ def download(
package: str = Option(..., "-p", "--package"),
version: str = Option(..., "-v", "--version"),
filename: str = Option(..., "-f", "--filename"),
path_to_save: str = Option(..., "-P", "--path-to-save"),
path_to_save: str = Option(..., "-o", "--output-path"),
):

file_download(
Expand Down

0 comments on commit be9ef86

Please sign in to comment.