mirror of
https://github.com/Bhupesh-V/ugit.git
synced 2026-09-10 07:26:20 -04:00
remove usage of basename on help text (#66)
This commit is contained in:
parent
80b534a133
commit
a3a43b4dbc
3
ugit
3
ugit
|
|
@ -421,8 +421,9 @@ check_deps() {
|
|||
show_version() {
|
||||
printf "ugit version %s\n" "$VERSION"
|
||||
}
|
||||
|
||||
print_help() {
|
||||
printf "Usage: %s [-h] [-v] [-u] [-g]\n" "$(basename "${BASH_SOURCE[0]}")"
|
||||
printf "Usage: %s [-h] [-v] [-u] [-g]\n" "ugit"
|
||||
printf "ugit helps you undo git commands without much effort\n"
|
||||
printf "Just run 'ugit' and search for what you want to undo\n\n"
|
||||
printf "Available options:\n"
|
||||
|
|
|
|||
Loading…
Reference in a new issue