lib/d3/admin/help.rb in depot3-3.0.9 vs lib/d3/admin/help.rb in depot3-3.0.11

- old
+ new

@@ -90,15 +90,16 @@ -u, --removable <y/n> Can this package be uninstalled? -o, --oses <oses> OS limitations for installation. -c, --cpu <type> Limit installation to 'intel' or 'ppc' -C, --category <category> The JSS Category for this package -X, --expiration <days> Auto-uninstall if unused for <days> - -P, --expiration-path <path> Path to executable that must be used + -P, --expiration-path(s) <path> Path(s) to executable(s) that must be used + (Multiple paths should be comma separated) Action delete: - --delete-scripts Delete scripts associated with this pkg - --keep-in-jss Delete from d3 but leave in the JSS + --keep-scripts Keep pre-/post- scripts in Casper + --keep-in-jss Delete pkg from d3 but leave in Casper Action search or report: -S, --status <status> Limit package list to this status --groups Target is a group name. Shows packages auto-installed or excluded for group @@ -345,22 +346,23 @@ -X, --expiration <days> How many days of no use before this package uninstalls itself. Pkg must be removable, and expiration must be allowed in the client config. - -P, --expiration-path <path> The path to the executable the must be used - within the expiration period to avoid - being uninstalled + -P, --expiration-path(s) <path> The path(s) to the executable(s) the must + be used within the expiration period to + avoid being uninstalled Action delete: - --delete-scripts Delete any scripts associated with this pkg - if they aren't in use elsewhere. Those in - use will be reported. + --keep-scripts Keep any scripts associated with this pkg + in Casper. Note: scripts used by other + packages or polices are never deleted. - --keep-in-jss Leave the package in the JSS after deleting - it from d3 + --keep-in-jss Leave the package in Casper after deleting + it from d3. Note: packages used by + policies are never deleted from Casper. Action search: -S, --status <status> Limit the packages listed to those with @@ -392,6 +394,5 @@ end # extended help text end # module help end # module admin end # module D3 -