[pve-devel] [PATCH container] doc: add prefix info to push/pull description

Fabian Grünbichler f.gruenbichler at proxmox.com
Wed Apr 20 12:53:04 CEST 2016


---
 src/PVE/CLI/pct.pm | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/PVE/CLI/pct.pm b/src/PVE/CLI/pct.pm
index 1c04329..2604c47 100755
--- a/src/PVE/CLI/pct.pm
+++ b/src/PVE/CLI/pct.pm
@@ -369,7 +369,7 @@ __PACKAGE__->register_method({
 	    },
 	    perms => {
 		type => 'string',
-		description => 'File permissions to use.',
+		description => "File permissions to use (decimal by default, prefix with '0' for octal or '0x' for hexadecimal values).",
 		optional => 1,
 	    },
 	},
@@ -450,7 +450,7 @@ __PACKAGE__->register_method({
 	    },
 	    perms => {
 		type => 'string',
-		description => 'File permissions to use.',
+		description => "File permissions to use (decimal by default, prefix with '0' for octal or '0x' for hexadecimal values).",
 		optional => 1,
 	    },
 	},
-- 
2.1.4





More information about the pve-devel mailing list