소스 검색

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}}`