From f409f8dc506b3c0d72c2941d0e152b131674abda Mon Sep 17 00:00:00 2001 From: Dietmar Maurer Date: Wed, 31 Jul 2013 07:41:24 +0200 Subject: [PATCH] improve API docu --- qm | 1 + 1 file changed, 1 insertion(+) diff --git a/qm b/qm index 8a1b29e5..1340d226 100755 --- a/qm +++ b/qm @@ -336,6 +336,7 @@ __PACKAGE__->register_method ({ properties => { vmid => get_standard_option('pve-vmid'), iface => { + description => "Select the serial device. By default we simply use the first suitable device.", type => 'string', optional => 1, enum => [qw(serial0 serial1 serial2 serial3)],