aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@member.fsf.org>2016-01-24 15:59:34 +0100
committerMattias Andrée <maandree@member.fsf.org>2016-01-24 15:59:34 +0100
commitab836b7fbbb8ecac2fcea345c07c7bdbfdd86955 (patch)
tree8b2910a83be916420eeb4a0772b762e6f88d9b48
parentadd license (diff)
downloadlearn-your-telephone-number-ab836b7fbbb8ecac2fcea345c07c7bdbfdd86955.tar.gz
learn-your-telephone-number-ab836b7fbbb8ecac2fcea345c07c7bdbfdd86955.tar.bz2
learn-your-telephone-number-ab836b7fbbb8ecac2fcea345c07c7bdbfdd86955.tar.xz
add readme
Signed-off-by: Mattias Andrée <maandree@member.fsf.org>
-rw-r--r--README26
1 files changed, 26 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..6661888
--- /dev/null
+++ b/README
@@ -0,0 +1,26 @@
+NAME
+ learn-your-telephone-number - Learn your telephone number
+
+SYNOPSIS
+ learn-your-telephone-number TELEPHONE-NUMBER
+
+DESCRIPTION
+ learn-your-telephone-number asks you to enter your
+ telephone number. If the entered number is TELEPHONE-NUMBER
+ the program exits with status 0, if not the program will
+ print the differences and exit with status 1.
+
+ It is recommended to make your shell sometimes when
+ opened, starts this program. Or when you log in on your
+ laptop.
+
+EXIT STATUS
+ 0 The entered number matched TELEPHONE-NUMBER.
+
+ 1 The entered number did not match TELEPHONE-NUMBER.
+
+ 2 The command fail.
+
+SEE ALSO
+ No related or similar projects known.
+