Author: imp
Date: Fri Sep 25 18:20:45 2020
New Revision: 366165
URL: https://svnweb.freebsd.org/changeset/base/366165

Log:
  Comment out bogus command line entry
  
  Linux implements -d to mean --print-decimal. We don't implement that
  and use -d for --device-path. Note that.

Modified:
  head/usr.sbin/efivar/efivar.c

Modified: head/usr.sbin/efivar/efivar.c
==============================================================================
--- head/usr.sbin/efivar/efivar.c       Fri Sep 25 18:20:41 2020        
(r366164)
+++ head/usr.sbin/efivar/efivar.c       Fri Sep 25 18:20:45 2020        
(r366165)
@@ -59,7 +59,7 @@ static struct option longopts[] = {
        { "name",               required_argument,      NULL,   'n' },
        { "no-name",            no_argument,            NULL,   'N' },
        { "print",              no_argument,            NULL,   'p' },
-       { "print-decimal",      no_argument,            NULL,   'd' },
+//     { "print-decimal",      no_argument,            NULL,   'd' }, /* 
unimplemnted clash with linux version */
        { "raw-guid",           no_argument,            NULL,   'R' },
        { "utf8",               no_argument,            NULL,   'u' },
        { "write",              no_argument,            NULL,   'w' },
_______________________________________________
svn-src-head@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-head
To unsubscribe, send any mail to "svn-src-head-unsubscr...@freebsd.org"

Reply via email to