Skip to content

Commit 1177c83

Browse files
authored
Update powershell.md
1 parent c23b102 commit 1177c83

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

docs/docs/usage/powershell.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,8 @@ When the current shell is `PowerShell`, gsudo can be used in the following ways:
2222
3. [`gsudo 'string command'`](#using-gsudo-command-syntax) => Old, legacy syntax.
2323

2424
- You can [add `gsudo` PowerShell Module](#powershell-profile-config) to your `$PROFILE`
25-
- This enables to use `gsudo !!` to elevate last command.
25+
- This allows tab-key auto-completition. For example, write 'gsudo` then `space` and then `tab` and your last executed command will be suggested.
26+
- Also enables to use `gsudo !!` to elevate last command.
2627

2728
- In a pipeline of commands, `gsudo` only elevates one command.
2829

0 commit comments

Comments
 (0)