From 1466cfac83ce6f582deb35020acc1c828ecca240 Mon Sep 17 00:00:00 2001 From: Dan Luu Date: Mon, 24 Jun 2013 12:12:45 -0500 Subject: [PATCH] Clarify offset --- gitfiti.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gitfiti.py b/gitfiti.py index 9bc563006..584ddbd8c 100755 --- a/gitfiti.py +++ b/gitfiti.py @@ -244,7 +244,7 @@ def main(): print 'Enter name of the repo to be used by gitfiti:' repo = raw_input(">") - print 'Enter number of weeks to offset the image:' + print 'Enter number of weeks to offset the image (from the left):' offset = raw_input(">") if offset == None: offset = 0 else: offset = int(offset) @@ -278,4 +278,4 @@ def main(): print 'gitfiti.sh saved. Create a new(!) repo at: https://github.com/new and run it.' if __name__=='__main__': - main() \ No newline at end of file + main()