Skip to content

Commit

Permalink
doc(help_cli): better document -X/--extras
Browse files Browse the repository at this point in the history
  • Loading branch information
actionless committed Sep 11, 2024
1 parent 75663f0 commit 7ad7290
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pikaur/help_cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ def cli_print_help() -> None:
+ translate("pikaur-specific operations:") + "\n "
+ translate("pikaur {-P --pkgbuild} [options] [file(s)]") + "\n "
+ translate("pikaur {-G --getpkgbuild} [options] <package(s)>") + "\n "
+ translate("pikaur {-X --extras} [options]")
+ translate("pikaur {-X --extras} [options] [package(s)]")
)
if args.pkgbuild:
pacman_help = (
Expand Down

0 comments on commit 7ad7290

Please sign in to comment.