瀏覽代碼

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

Agniva De Sarker 6 年之前
父節點
當前提交
875fe63c92
共有 1 個文件被更改,包括 0 次插入4 次删除
  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}}`