- Add source file header.
- Fix english resource.

svn path=/trunk/; revision=69777
This commit is contained in:
Hermès Bélusca-Maïto 2015-11-01 16:31:51 +00:00
parent dee57c2bf4
commit 2ea3151ae9
2 changed files with 9 additions and 1 deletions

View file

@ -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>

View file

@ -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