aboutsummaryrefslogtreecommitdiff
path: root/misc
diff options
context:
space:
mode:
Diffstat (limited to 'misc')
-rw-r--r--misc/notes.txt4
1 files changed, 3 insertions, 1 deletions
diff --git a/misc/notes.txt b/misc/notes.txt
index fa2152d9..f8ce2759 100644
--- a/misc/notes.txt
+++ b/misc/notes.txt
@@ -273,7 +273,9 @@ grep -ir (search string) (directory)
===========================================
-Use argparse to deal with command line arguments (instead of argv)
+Command line arguments:
+
+Use argparse to deal with command line arguments (instead of argv or optparse)
===========================================