Index: bin/stamps
===================================================================
--- bin/stamps	(revision 55)
+++ bin/stamps	(revision 61)
@@ -21,13 +21,14 @@
     # Call the proper methods, based on the given parameters
     if args.timeline:
-        s.timeline(args.customer, args.filter)
+        s.timeline(args.customer, args.filter, args.description)
     elif args.delete:
         s.remove_stamps(args.delete)
     elif args.graph:
-        s.graph_stamps(args.customer, args.filter)
+        s.graph_stamps(args.customer, args.filter, args.description)
     elif args.import_file:
         s.import_stamps(args.import_file)
     elif args.push:
-        s.push_stamps(args.customer, args.filter)
+        s.push_stamps(args.customer, args.filter, args.description)
     else:
-        s.show_stamps(args.customer, args.filter, args.verbose, args.sum)
+        s.show_stamps(args.customer, args.filter, args.verbose, args.sum,
+                      args.description)
