diff options
Diffstat (limited to 'heimdall/source/ClosePcScreenAction.cpp')
-rw-r--r-- | heimdall/source/ClosePcScreenAction.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/heimdall/source/ClosePcScreenAction.cpp b/heimdall/source/ClosePcScreenAction.cpp index 1c53ffe..2bc1b61 100644 --- a/heimdall/source/ClosePcScreenAction.cpp +++ b/heimdall/source/ClosePcScreenAction.cpp @@ -1,4 +1,4 @@ -/* Copyright (c) 2010-2012 Benjamin Dobell, Glass Echidna +/* Copyright (c) 2010-2013 Benjamin Dobell, Glass Echidna Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal @@ -31,7 +31,7 @@ using namespace Heimdall; const char *ClosePcScreenAction::usage = "Action: close-pc-screen\n\ Arguments: [--verbose] [--no-reboot] [--stdout-errors] [--delay <ms>]\n\ [--usb-log-level <none/error/warning/debug>]\n\ -Description: Attempts to get rid off the \"connect phone to PC\" screen.\n"; // TODO: usb-log-level +Description: Attempts to get rid off the \"connect phone to PC\" screen.\n"; int ClosePcScreenAction::Execute(int argc, char **argv) { |