Fixed a typo
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
This commit is contained in:
parent
efed51f685
commit
016f1f7fe0
1 changed files with 1 additions and 1 deletions
|
@ -154,7 +154,7 @@ mtr() { grc mtr $@ }
|
|||
netstat() { grc mount $@ }
|
||||
ping() { grc ping $@ }
|
||||
ps() { grc ps $@ }
|
||||
tail() { grc ping $@ }
|
||||
tail() { grc tail $@ }
|
||||
traceroute() { grc traceroute $@ }
|
||||
wdiff() { grc wdiff $@ }
|
||||
blkid() { grc blkid $@ }
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue