diff --git a/SparkleShare/sparkleshare.in b/SparkleShare/sparkleshare.in index c32ae6ad..6352c66d 100644 --- a/SparkleShare/sparkleshare.in +++ b/SparkleShare/sparkleshare.in @@ -52,9 +52,15 @@ case $1 in stop start ;; - help|--help) + help|--help|-h) mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --help ;; + -d|--disable-gui) + mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --disable-gui + ;; + -v|--version) + mono "@expanded_libdir@/@PACKAGE@/SparkleShare.exe" --version + ;; *) echo "Usage: sparkleshare {start|stop|restart|help}" ;;