Skip to content

Commit

Permalink
chore: fix linebreak
Browse files Browse the repository at this point in the history
Co-authored-by: Dominik Heidler <dominik@heidler.eu>
  • Loading branch information
nobkd and asdil12 authored Oct 10, 2023
1 parent caff2cd commit 09865c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/opi
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ def setup_argparser(plugin_manager):
ap.add_argument('-v', '--version', action='version', version=f'opi version {__version__}')
ap.add_argument('-n', dest='non_interactive', action='store_true', help='run in non interactive mode')
ap.add_argument('-P', dest='no_plugins', action='store_true', help="don't run any plugins - only search repos, OBS and Packman")
ap.add_argument('-m', dest='multi_package', action='store_true', help='run installation process individually for each query argument')
ap.add_argument('-m', dest='multi_package', action='store_true', help='run installation process individually for each query arg')

return ap

Expand Down

0 comments on commit 09865c4

Please sign in to comment.