This file is indexed.

/usr/lib/nodejs/cpr/bin/usage.txt is in node-cpr 2.0.0-2.

This file is owned by root:root, with mode 0o755.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
Usage: cpr <source> <destination> [options]

  Copies files from one directory to another.

Options:
  
  -d, --delete-first   Delete the destination directory before copying.
  -h, --help           Display this usage info.
  -o, --overwrite      Overwrite the destination exists if it exists.
  -v, --version        Display the cpr version.