aboutsummaryrefslogtreecommitdiffhomepage
path: root/examples
diff options
context:
space:
mode:
authorGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-03-27 01:08:52 +0100
committerGravatar Paweł Zuzelski <pawelz@pld-linux.org>2010-03-27 01:08:52 +0100
commit3ef66652a30b67da24a5dc7d1bc131716c311cfb (patch)
treeabf26fd51416f0cb22403884da6566c012fa8d82 /examples
parent509fb1b749047cff1488b8eef18336bbfb9a46d5 (diff)
updated formfiller.sh comments
Diffstat (limited to 'examples')
-rwxr-xr-xexamples/data/scripts/formfiller.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/data/scripts/formfiller.sh b/examples/data/scripts/formfiller.sh
index 4b62ea1..20d1d52 100755
--- a/examples/data/scripts/formfiller.sh
+++ b/examples/data/scripts/formfiller.sh
@@ -6,13 +6,14 @@
# files contain lines like: !profile=<profile_name>
# <fieldname>(fieldtype): <value>
# profile_name should be replaced with a name that will tell sth about that profile
-# fieldtype can be text or password - only for information pupropse (auto-generated) - don't change that
+# fieldtype can be checkbox, text or password - only for information pupropse (auto-generated) - don't change that
#
# user arg 1:
# edit: force editing the file (falls back to new if not found)
# new: start with a new file.
# load: try to load from file into form
# add: try to add another profile to an existing file
+# once: edit form using external editor
#
# something else (or empty): if file not available: new, otherwise load.