commit ea728414593d3d13c7f9a9fd125ab02d2eb2881e
parent 1e856a5ed15320123228163a82674f7fcbd92385
Author: Luxferre <lux@ferre>
Date: Tue, 16 Jan 2024 13:49:06 +0200
Implemented help screen
Diffstat:
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/nnfc.awk b/nnfc.awk
@@ -205,6 +205,7 @@ function help() {
print "Examples:"
print "7a\tmove from column 7 to freecell a"
print "63\tmove from column 6 to column 3"
+ print "d1\tmove from freecell d to column 1"
print "4\tmove from column 4 to the foundation"
print "c\tmove from freecell c to the foundation"
print "ah\tautomatically move all eligible cards to the foundation"