]> xenbits.xensource.com Git - people/dariof/osstest.git/commitdiff
target_editfile: Improve doc comment
authorIan Jackson <ian.jackson@eu.citrix.com>
Thu, 13 Nov 2014 16:02:54 +0000 (16:02 +0000)
committerIan Campbell <ian.campbell@citrix.com>
Mon, 17 Nov 2014 17:32:11 +0000 (17:32 +0000)
More clearly state which arguments are optional.

Signed-off-by: Ian Jackson <Ian.Jackson@eu.citrix.com>
Acked-by: Ian Campbell <ian.campbell@citrix.com>
Osstest/TestSupport.pm

index 45ceee945b7c4cb9dfbaafc91e4678b80a75078f..46b6720f2f8af46629d851e54f4cb232996fbf96 100644 (file)
@@ -521,7 +521,8 @@ sub teditfileex {
 sub target_editfile_root ($$$;$$) { teditfileex('root',@_); }
 sub target_editfile      ($$$;$$) { teditfileex('osstest',@_); }
     # my $code= pop @_;
-    # my ($ho,$rfile,$lleaf,$rdest) = @_;
+    # my ($ho,$rfile, $lleaf,$rdest) = @_;
+    #                 ^^^^^^^^^^^^^ optional
 
 sub target_cmd_build ($$$$) {
     my ($ho,$timeout,$builddir,$script) = @_;