dirlens 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dirlens.py +1 -1
- package/package.json +1 -1
package/dirlens.py
CHANGED
|
@@ -308,7 +308,7 @@ def main():
|
|
|
308
308
|
" dirlens --date 最終更新日時を表示\n"
|
|
309
309
|
" dirlens -t py .py ファイルのみ表示\n"
|
|
310
310
|
" dirlens -m Markdown コードブロックで出力\n"
|
|
311
|
-
" dirlens --no-color
|
|
311
|
+
" dirlens --no-color カラーなしで表示\n"
|
|
312
312
|
" dirlens > dirlens.txt dirlens.txtに書き出す"
|
|
313
313
|
),
|
|
314
314
|
)
|