diff --git a/build/makepack-dolibarrmodule.pl b/build/makepack-dolibarrmodule.pl index 0f66e4f1032ee41dbf76a2ff159641a3a4310785..44add35361d4e9bf5fe11400948bb4b2177e8dc5 100644 --- a/build/makepack-dolibarrmodule.pl +++ b/build/makepack-dolibarrmodule.pl @@ -93,7 +93,7 @@ if ($MINOR eq '') } # Ask module -print "Enter name for your module (mymodule, mywonderfulmondule, ...) : "; +print "Enter name for your module (mymodule, mywonderfulmondule, ... or 'all') : "; $PROJECTINPUT=<STDIN>; chomp($PROJECTINPUT); print "Move to ".$DIR." directory.\n";