[Bug 208169] [patch] df(1): df -l -l output "df: -l and -t are mutually exclusive."

bugzilla-noreply at freebsd.org bugzilla-noreply at freebsd.org
Wed Aug 31 18:11:36 UTC 2016


https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=208169

--- Comment #2 from commit-hook at freebsd.org ---
A commit references this bug:

Author: cem
Date: Wed Aug 31 18:10:41 UTC 2016
New revision: 305139
URL: https://svnweb.freebsd.org/changeset/base/305139

Log:
  df(1): Allow duplicate -l flags gracefully

  Rather than producing a misleading error message when duplicate -l flags are
  provided to df(1), simply ignore extra flags and proceed as if only one was
  specified.  This seems most reasonable given the usage for -l:

       -l      Only display information about locally-mounted file systems.

  l and t flags still conflict, as before.

  PR:           208169
  Reported by:  by at reorigin.com
  Reviewed by:  allanjude

Changes:
  head/bin/df/df.c

-- 
You are receiving this mail because:
You are the assignee for the bug.


More information about the freebsd-bugs mailing list