Explorar el Código

Revert "chsh: added list chells command" (#2242)

Agniva De Sarker hace 6 años
padre
commit
875fe63c92
Se han modificado 1 ficheros con 0 adiciones y 4 borrados
  1. 0 4
      pages/common/chsh.md

+ 0 - 4
pages/common/chsh.md

@@ -2,10 +2,6 @@
 
 > Change user's login shell.
 
-- List all installed shells:
-
-`chsh -l`
-
 - Change shell:
 
 `chsh -s {{path/to/shell_binary}} {{username}}`