Skip to content

Commit 7ba19f8

Browse files
committed
change Cat description and create ls.py file
1 parent 3383e76 commit 7ba19f8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

implement-shell-tools/cat/cat.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import argparse
22
parser = argparse.ArgumentParser(
3-
prog="count-containing-words",
4-
description="Counts words in a file that contain a particular character",
3+
prog="my-cat",
4+
description="Simple cat clone with -n and -b options",
55
)
66

77
counterNumber = 1

implement-shell-tools/ls/ls.py

Whitespace-only changes.

0 commit comments

Comments
 (0)