mirror of
https://github.com/reactos/reactos.git
synced 2025-07-24 16:33:49 +00:00
[CLIP]
- Add source file header. - Fix english resource. svn path=/trunk/; revision=69777
This commit is contained in:
parent
dee57c2bf4
commit
2ea3151ae9
2 changed files with 9 additions and 1 deletions
|
@ -1,3 +1,11 @@
|
|||
/*
|
||||
* COPYRIGHT: See COPYING in the top level directory
|
||||
* PROJECT: ReactOS Clip Command
|
||||
* FILE: base/applications/cmdutils/clip/clip.c
|
||||
* PURPOSE: Provides clipboard management for command-line programs.
|
||||
* PROGRAMMERS: Ricardo Hanke
|
||||
*/
|
||||
|
||||
#include <stdio.h>
|
||||
|
||||
#include <windef.h>
|
||||
|
|
|
@ -3,7 +3,7 @@ LANGUAGE LANG_ENGLISH, SUBLANG_ENGLISH_US
|
|||
STRINGTABLE
|
||||
BEGIN
|
||||
IDS_USAGE "\nType ""CLIP /?"" for usage information.\n"
|
||||
IDS_HELP "\nRedirects the output of command line programs to the clipboard.\n\n\
|
||||
IDS_HELP "\nRedirects the output of command-line programs to the clipboard.\n\n\
|
||||
CLIP [/?]\n\n\
|
||||
/? Show this help message.\n"
|
||||
END
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue