Guest User

Untitled

a guest
Nov 25th, 2017
395
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.35 KB | None | 0 0
  1. beet ls Bluetech | xargs -h
  2. xargs: invalid option -- 'h'
  3. Usage: xargs [-0prtx] [--interactive] [--null] [-d|--delimiter=delim]
  4. [-E eof-str] [-e[eof-str]] [--eof[=eof-str]]
  5. [-L max-lines] [-l[max-lines]] [--max-lines[=max-lines]]
  6. [-I replace-str] [-i[replace-str]] [--replace[=replace-str]]
  7. [-n max-args] [--max-args=max-args]
  8. [-s max-chars] [--max-chars=max-chars]
  9. [-P max-procs] [--max-procs=max-procs] [--show-limits]
  10. [--verbose] [--exit] [--no-run-if-empty] [--arg-file=file]
  11. [--version] [--help] [command [initial-arguments]]
  12.  
  13. Report bugs to <bug-findutils@gnu.org>.
  14. Traceback (most recent call last):
  15. File "/usr/bin/beet", line 9, in <module>
  16. load_entry_point('beets==1.0b9', 'console_scripts', 'beet')()
  17. File "/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 601, in main
  18. subcommand.func(lib, config, suboptions, subargs)
  19. File "/usr/lib/python2.7/site-packages/beets/ui/commands.py", line 605, in list_func
  20. list_items(lib, ui.make_query(args), opts.album, opts.path)
  21. File "/usr/lib/python2.7/site-packages/beets/ui/commands.py", line 597, in list_items
  22. print_(item.artist + u' - ' + item.album + u' - ' + item.title)
  23. File "/usr/lib/python2.7/site-packages/beets/ui/__init__.py", line 73, in print_
  24. print txt
  25. IOError: [Errno 32] Broken pipe
Add Comment
Please, Sign In to add comment