mirror of
https://github.com/dustinkirkland/byobu
synced 2025-08-22 14:24:39 -07:00
use $0 in usage statement
This commit is contained in:
parent
002ad8d06a
commit
18747cbe22
1 changed files with 1 additions and 1 deletions
|
@ -30,7 +30,7 @@ COLORS="black blue cyan green purple red grey yellow"
|
|||
|
||||
usage () {
|
||||
cat <<EOT
|
||||
usage: byobu-select-profile [(-l|--list)][(-h|--help)]
|
||||
Usage: $0 [(-l|--list)][(-h|--help)]
|
||||
-l,--list list available profiles
|
||||
-b,--background set the background color
|
||||
-f,--foreground set the foreground color
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue