## Parse the command line parameters and arguments via getopt
QUILL_CMDLINE=$(getopt -o fcysngFHup::amwrhv -l \
-
fmxml,perlcpan,rubyraa,savane,savannah,gna,fsf,hackagedb,update,help,purge:: \
+ 'fmxml,perlcpan,rubyraa,savane,savannah,gna,fsf,hackagedb,update,\
+ apprentice,mage,wizard,reconfigure,version,help,purge::' \
-n 'quill' -- "$@")
if [[ $? != 0 ]]; then
error_msg "Invalid command line options!"
diff --git a/var/lib/quill/ChangeLog b/var/lib/quill/ChangeLog
index f7157bf..b1c2a2b 100644
--- a/var/lib/quill/ChangeLog
+++ b/var/lib/quill/ChangeLog
@@ -1,3 +1,9 @@
+2010-02-13 Bor Kraljič <pyrobor AT ver.si>
+ * libdeprecation: use UP_TRGGERS instead of TRIGGERS when deprecating
a spell
+
+2010-08-14 Bor Kraljič <pyrobor AT ver.si>
+ * quill: fixed getopt line to work with all long options
+
2010-08-13 Bor Kraljič <pyrobor AT ver.si>
* lib*, quill: fixed functions headers to work with bashdoc
* libupdate: sort the files in file_menu so they are easier to
diff --git a/var/lib/quill/modules/libdeprecation
b/var/lib/quill/modules/libdeprecation
index ca68451..1bcbfbb 100644
--- a/var/lib/quill/modules/libdeprecation
+++ b/var/lib/quill/modules/libdeprecation
@@ -82,10 +82,10 @@ function deprecate() {
echo true > $file
done