From ea728414593d3d13c7f9a9fd125ab02d2eb2881e Mon Sep 17 00:00:00 2001 From: Luxferre Date: Tue, 16 Jan 2024 13:49:06 +0200 Subject: [PATCH] Implemented help screen --- nnfc.awk | 1 + 1 file changed, 1 insertion(+) diff --git a/nnfc.awk b/nnfc.awk index 7a779ec..4afa05b 100644 --- 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"