summaryrefslogtreecommitdiff
path: root/test-cmdline.c
diff options
context:
space:
mode:
authorRichard Cochran <richardcochran@gmail.com>2012-04-03 19:58:23 +0200
committerBen Hutchings <bhutchings@solarflare.com>2012-05-23 00:38:13 +0100
commit0fdcc8c103f534467fdd4845e54d725951ea8773 (patch)
tree70caddaf1b1cf772db5be94ee933087fca922a70 /test-cmdline.c
parent4bd0df704aae62f65eef5b58e28b3d5b312c765d (diff)
downloadethtool-0fdcc8c103f534467fdd4845e54d725951ea8773.tar.gz
Add the command to show the time stamping capabilities.
Signed-off-by: Richard Cochran <richardcochran@gmail.com> [bwh: Rename the long option to '--show-time-stamping'] Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Diffstat (limited to 'test-cmdline.c')
-rw-r--r--test-cmdline.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/test-cmdline.c b/test-cmdline.c
index 4718842..1e0292b 100644
--- a/test-cmdline.c
+++ b/test-cmdline.c
@@ -172,6 +172,9 @@ static struct test_case {
{ 1, "-U devname foo" },
{ 1, "-N" },
{ 1, "-U" },
+ { 0, "-T devname" },
+ { 0, "--show-time-stamping devname" },
+ { 1, "-T" },
{ 0, "-x devname" },
{ 0, "--show-rxfh-indir devname" },
{ 1, "-x" },