Skip to content

Commit 0169c94

Browse files
committed
small fix
1 parent c39cc2f commit 0169c94

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

install

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -695,7 +695,9 @@ gitssh help Show comprehensive help"
695695
draw_box "USER MANAGEMENT" "gitssh user add Add new user account
696696
gitssh user remove <user> Remove user account
697697
gitssh user list List all configured users
698-
gitssh user switch <user> Switch to user globally
698+
gitssh switch <user> Switch to user for current session
699+
gitssh user switch <user> Switch to user locally
700+
gitssh user switch -g <user> Switch to user globally
699701
gitssh user status Show current user status"
700702
printf "\n"
701703

@@ -729,7 +731,7 @@ gitssh push [opts] Enhanced git push with verification"
729731

730732
# Remote Management
731733
draw_box "REMOTE MANAGEMENT" "gitssh remote convert Convert HTTPS remote to SSH
732-
gitssh remote add <n> <u> Add remote with SSH conversion
734+
gitssh remote add <name> <url> Add remote with SSH conversion
733735
gitssh remote check Check remote configuration
734736
gitssh remote list List all remotes with details"
735737
printf "\n"

0 commit comments

Comments
 (0)