Skip to content

Commit

Permalink
qvm-start-daemon: fix missing short alias for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
fepitre committed Apr 23, 2024
1 parent 6acebbf commit e54c032
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion qubesadmin/tools/qvm_start_daemon.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
description='start GUI or AUDIO for qube(s)',
vmname_nargs='*'
)
parser.add_argument('--debug', action='store_true',
parser.add_argument('--debug', '-d', action='store_true',
help='Show debug messages')
parser.add_argument('--watch', action='store_true',
help='Keep watching for further domain startups')
Expand Down

0 comments on commit e54c032

Please sign in to comment.