diff options
author | Sayan Roy <sayan98.roy@gmail.com> | 2020-07-01 08:58:27 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-01 08:58:27 +0530 |
commit | e751d2519d586a2c022beeb0b40dfe9b7a1ed6eb (patch) | |
tree | f7782fd75635126e117304a51e3ebf045f587078 /plugins/ruby/README.md | |
parent | c268d176bf5e1efbf31bb1f3c00c182c1b369e9b (diff) | |
download | zsh-e751d2519d586a2c022beeb0b40dfe9b7a1ed6eb.tar.gz zsh-e751d2519d586a2c022beeb0b40dfe9b7a1ed6eb.tar.bz2 zsh-e751d2519d586a2c022beeb0b40dfe9b7a1ed6eb.zip |
spacing changed
Diffstat (limited to 'plugins/ruby/README.md')
-rw-r--r-- | plugins/ruby/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ruby/README.md b/plugins/ruby/README.md index a4a9c5036..a2de11991 100644 --- a/plugins/ruby/README.md +++ b/plugins/ruby/README.md @@ -19,7 +19,7 @@ plugins=(... ruby) | gun | `gem uninstall` | Uninstall gems from the local repository | | gli | `gem list` | Display gems installed locally | | gi | `gem info` | Show information for the given gem | -| giall | `gem info --all` | Display all gem versions | +| giall | `gem info --all` | Display all gem versions | | gca | `gem cert --add` | Add a trusted certificate | | gcr | `gem cert --remove` | Remove a trusted certificate | | gcb | `gem cert --build` | Build private key and self-signed certificate | |