Update usage and man page

This commit is contained in:
morganamilo 2018-08-02 22:01:41 +01:00
parent 2d6fe95903
commit 5ef38c12bd
No known key found for this signature in database
GPG key ID: 6FE9E7996B0B082E
2 changed files with 4 additions and 4 deletions

4
cmd.go
View file

@ -29,7 +29,7 @@ operations:
New operations: New operations:
yay {-Y --yay} [options] [package(s)] yay {-Y --yay} [options] [package(s)]
yay {-P --print} [options] yay {-P --show} [options]
yay {-G --getpkgbuild} [package(s)] yay {-G --getpkgbuild} [package(s)]
New options: New options:
@ -111,7 +111,7 @@ Permanent configuration options:
Print specific options: Print specific options:
-c --complete Used for completions -c --complete Used for completions
-d --defaultconfig Print default yay configuration -d --defaultconfig Print default yay configuration
-g --config Print current yay configuration -g --currentconfig Print current yay configuration
-s --stats Display system package statistics -s --stats Display system package statistics
-w --news Print arch news -w --news Print arch news

View file

@ -26,7 +26,7 @@ Perform yay specific operations. This is the default if no other operation is
selected. selected.
.TP .TP
.B \-P, \-\-print .B \-P, \-\-show
Perform yay specific print operations. Perform yay specific print operations.
.TP .TP
@ -101,7 +101,7 @@ During complete adjust the output for the fish shell.
Print default yay configuration. Print default yay configuration.
.TP .TP
.B \-g, \-\-config .B \-g, \-\-currentconfig
Print current yay configuration. Print current yay configuration.
.TP .TP