Skip to content

Commit

Permalink
Merge pull request #49 from jcromero/patch-1
Browse files Browse the repository at this point in the history
Fix typo
  • Loading branch information
jceb committed Jun 13, 2020
2 parents 41b108c + 12be18b commit 617bb29
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dex
Expand Up @@ -776,7 +776,7 @@ if __name__ == '__main__':
run.add_argument("-w", "--wait", action="store_true", dest="wait", help="block until the program exits")

create = parser.add_argument_group('create')
create.add_argument("-c", "--create", nargs='+', dest="create", help="create a DesktopEntry file for the given program. If a second argument is provided it's taken as output filename or written to stdout (filname: -). By default a new file with the postfix .desktop is created")
create.add_argument("-c", "--create", nargs='+', dest="create", help="create a DesktopEntry file for the given program. If a second argument is provided it's taken as output filename or written to stdout (filename: -). By default a new file with the postfix .desktop is created")
create.add_argument("-t", "--target-directory", nargs=1, dest="targetdir", help="create files in target directory")

parser.set_defaults(func=_run, term="x-terminal-emulator", wait=False, dryrun=False, test=False, autostart=False, verbose=False)
Expand Down

0 comments on commit 617bb29

Please sign in to comment.