X-Git-Url: https://git.proxmox.com/?p=mirror_edk2.git;a=blobdiff_plain;f=ShellPkg%2FLibrary%2FUefiShellLevel2CommandsLib%2FTimeDate.c;fp=ShellPkg%2FLibrary%2FUefiShellLevel2CommandsLib%2FTimeDate.c;h=25dc6ffb640f889a87b9b5d4a13e4134ee01ebff;hp=24dcae46825e0d7d896025f0d5a77d7531ca2b11;hb=658bf43ecfe96df1cdc005a15f0af1dcc79de09b;hpb=f9080cdd088852935fac889fc9fd180a62459e80 diff --git a/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c b/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c index 24dcae4682..25dc6ffb64 100644 --- a/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c +++ b/ShellPkg/Library/UefiShellLevel2CommandsLib/TimeDate.c @@ -2,7 +2,7 @@ Main file for time, timezone, and date shell level 2 and shell level 3 functions. (C) Copyright 2012-2014, Hewlett-Packard Development Company, L.P. - Copyright (c) 2009 - 2011, Intel Corporation. All rights reserved.
+ Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved.
This program and the accompanying materials are licensed and made available under the terms and conditions of the BSD License which accompanies this distribution. The full text of the license may be found at @@ -647,7 +647,7 @@ STATIC CONST SHELL_PARAM_ITEM TimeZoneParamList2[] = { STATIC CONST SHELL_PARAM_ITEM TimeZoneParamList3[] = { {L"-l", TypeFlag}, {L"-f", TypeFlag}, - {L"-s", TypeValue}, + {L"-s", TypeTimeValue}, {NULL, TypeMax} };